.article-main .article{
    margin-bottom: 0;
}

#footer_blog_lead_form{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bottom-opened-lead-form{
    background: #F2A904;
    padding: 32px;
}

.bottom-opened-lead-form .imageBlock{
    margin-top: 56px;
}

.bottom-opened-lead-form .imageBlock img{
    margin-left: -35px;
}

.bottom-opened-lead-form .formBlock{
    padding: 0 0 0 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 405px;
}

.bottom-opened-lead-form .formBlock h3{
    font-family: Exo2, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px 0;
    opacity: .95;
}

.bottom-opened-lead-form .formBlock .infoText{
    color: white;
    margin: 0;
    opacity: .95;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.bottom-opened-lead-form .formBlock .inputsForm{
    margin: 32px 0 16px 0;
}

.bottom-opened-lead-form .formBlock .inputsForm input, .bottom-opened-lead-form .formBlock .inputsForm select{
    border-radius: 10px;
    border: 1px solid #B1B1B1;
    background: #FFF;
    width: 100%;
    padding: 11px 18px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.24px;
    margin-bottom: 16px;
}
.bottom-opened-lead-form .formBlock .inputsForm select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    background-image: url('/img/widgets/blog-modals/dropdown.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 11px;
}
.bottom-opened-lead-form .formBlock .inputsForm .error_input{
    border: 1px solid #f36363;
    box-shadow: inset 0 0 3px 2px #eb9e9e;
}
.bottom-opened-lead-form .submit_form{
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #F50882;
    box-shadow: 4px 4px 0 0 #FFF;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    text-transform: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
}

.bottom-opened-lead-form .submit_form:hover{
    background: #F9399C;
}
.bottom-opened-lead-form .submit_form[disabled]{
    border: 1px solid #B3B3B3;
    opacity: 0.7;
    background: #F2F2F2;
    color: #B3B3B3;
}
.bottom-opened-lead-form .documentsForm{
    margin-top: 16px;
    opacity: .8;
}
.bottom-opened-lead-form .documentsForm, .bottom-opened-lead-form .documentsForm a{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.24px;
    color: white;
}
.bottom-opened-lead-form .documentsForm a{
    text-decoration: underline;
}
.formWasSend{
    display: none;
}
.formWasSend{
    margin-top: 50px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .bottom-opened-lead-form .imageBlock{
        width: 30%;
    }
}

@media (max-width: 767px) {
    .bottom-opened-lead-form .imageBlock{
        display: none;
    }
    .bottom-opened-lead-form .formBlock{
        width: 100%;
        padding: 0;
    }
}